-- background: 2668 from stack: in -- bmap block id: 38710 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on openCard get first word of field "Medium" if it is "CD" then set icon of bkgnd button "Icon" to 2000 else if it is "LP" then set icon of bkgnd button "Icon" to 2001 else if it is "45" then set icon of bkgnd button "Icon" to 2003 else set icon of bkgnd button "Icon" to 2004 end openCard -- part 4 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=95 top=67 right=86 bottom=391 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Title -- part 5 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=95 top=89 right=108 bottom=391 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Artist -- part 6 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=95 top=111 right=130 bottom=391 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Composer -- part 13 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=440 top=310 right=334 bottom=465 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=405 top=310 right=334 bottom=428 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp go to previous card end mouseUp -- part 19 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=104 top=290 right=335 bottom=145 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Sort ----- HyperTalk script ----- on mouseUp answer "Sort all cards of this stack according to:" with "Title" or "Artist" or "Cancel" if it is "Title" then sort by field "Title" else if it is "Artist" then sort by field "Artist" end mouseUp -- part 20 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=58 top=290 right=335 bottom=98 -- title width / last selected line: 0 -- icon id / first selected line: 32670 / 32670 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Scan ----- HyperTalk script ----- on mouseUp show all cards end mouseUp -- part 21 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=12 top=290 right=335 bottom=52 -- title width / last selected line: 0 -- icon id / first selected line: 20098 / 20098 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual effect iris close go Home end mouseUp -- part 22 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=477 top=308 right=335 bottom=503 -- title width / last selected line: 0 -- icon id / first selected line: 1012 / 1012 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect iris close pop card end mouseUp -- part 23 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=95 top=133 right=230 bottom=391 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Info -- part 30 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=408 top=111 right=130 bottom=478 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: Medium -- part 32 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=421 top=69 right=106 bottom=461 -- title width / last selected line: 0 -- icon id / first selected line: 2001 / 2001 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Icon